Hi ,

Could you possible fix a couple of errors that occur when using this mod with Freezetag

1. Sometimes ( depending on ftag setup ) it uses the cvar "sv_extmaplist " instead of sv_maplist , i changed mine manually but you could add something to check which one it is using

2. Add on to last point , sometimes maplists can look like this

Code:
sv_extmaplist "dm/mohdm1,ffa dm/mohdm7 dm/mohdm2 dm/mohdm4,ft dm/mohdm6,dem dm/mohdm1,tdm dm/mohdm2 dm/mohdm3"
Where they have the gametype after the comma , so could it be used with that type of maplist , like when it splits up the maplist to get names , it could leave out all ones <= 5 characters ( ftobj ) from the list ( maybe including commas ) , so it would still work .

3. And just a quick one ( which ill do to my own one ) is to lower the hud on the right down a bit because when its Sudden Death in freezetag , the [Sudden Death] hud is over the top of the mapinfo one , so by just bringing it down abit should fix it